home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 4: GNU Archives / Linux Cubed Series 4 - GNU Archives.iso / gnu / findutil.1 / findutil / findutils-4.1 / lib / Makefile.am < prev    next >
Encoding:
Makefile  |  1994-10-02  |  603 b   |  20 lines

  1. LIBRARIES = find
  2. find_SOURCES = regex.c dirname.c error.c filemode.c getopt.c getopt1.c \
  3. idcache.c listfile.c modechange.c nextelem.c savedir.c xmalloc.c getline.c \
  4. xstrdup.c xgetcwd.c fnmatch.c $(find_OPT_SOURCES)
  5.  
  6. find_OPT_SOURCES = fileblocks.c memcmp.c memset.c mktime.c stpcpy.c strdup.c \
  7. strftime.c strspn.c strstr.c strtol.c alloca.c
  8.  
  9. DIST_OTHER = fnmatch.h getopt.h modechange.h modetype.h pathmax.h \
  10. regex.h wait.h
  11.  
  12. CONFIG_HEADER = ../config.h
  13. INCLUDES = -I.. -I$(srcdir)
  14.  
  15. fnmatch.o: fnmatch.h
  16. getopt1.o: getopt.h
  17. listfile.o xgetcwd.o: pathmax.h
  18. modechange.o: modechange.h
  19. regex.o: regex.h
  20.